@font-face {
    font-family: 'Raleway';
    font-style: normal;
    src: url(/fonts/custom/Raleway-VariableFont_wght.ttf) format('truetype');
}

:root {
    --primary-color-light: #1CD1C5;
    --primary-color-medium: #4DBBB8;
    --primary-color-strong: #1C1C1C;
    --primary-color-transparent: #1C1C1C99;

    --gray-scale-1: #FFFFFF;
    --gray-scale-2: #F0F5F8;
    --gray-scale-3: #DDE2E6;
    --gray-scale-4: #AFAFAF;
    --gray-scale-5: #313C3E;
    --gray-scale-6: #000000;

    --font-xs-size: 12px;
    --font-s-size: 14px;
    --font-m-size: 16px;
    --font-l-size: 20px;

    --text-color: #434343;

    --border-radius: 4px;

    --input-label-color: #E8F6FE;

    --font-family-sans-serif: Raleway,Lato,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

body {
    color: var(--text-color) !important;
    font-family: Raleway,Lato,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji !important;
}

.page-header::before{
    background-color: white !important;
}

.auth-card .row .col {
    text-align: center;
}

.navbar {
    background-color: var(--primary-color-light);
}

.navbar-nav .nav-link {
    color: var(--primary-color-strong) !important;
}

.navbar-nav .nav-link:not(.nav-custom-content), .navbar-nav .nav-link.active:not(.nav-custom-content) {
    color: var(--primary-color-strong) !important;
}

.navbar-nav .nav-link:not(.nav-custom-content):hover, .navbar-nav .nav-link.active:not(.nav-custom-content) {
    color: var(--gray-scale-1) !important;
    background-color: var(--primary-color-strong) !important;
    text-shadow: 1px 0px 0px var(--gray-scale-1) !important;
    font-weight: inherit !important;
}

.nav-link.dropdown-toggle:hover:after {
    color: var(--gray-scale-1) !important;
}

.nav-link.dropdown-toggle.active::after {
    color: var(--gray-scale-1);
}

.page-header::before {
    background-color: var(--primary-color-strong);
}

.view-title, .view-description {
    color: white !important;
}
.page-title {
    color: var(--text-color);
}

nav.main-nav .btn-group .btn-custom-white {
    color: var(--gray-scale-5);
    background: var(--primary-color-light);
    padding-left: 50px;
}
nav.main-nav .btn-group .btn-custom-white::before {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    color: var(--gray-scale-5) !important;
    content: "\f007" !important;
    border-radius: 50%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: none;
    position: absolute;
    left: 5px;
    top: -2px;
    width: 35px;
    line-height: 35px;
    background: #F9F9F9;
    height: 35px;
}

body .sheets-table thead th,
body .sheets-table tbody tr th, body .sheets-table tbody tr td span{
  background-color: #EEF6F8;
  color: var(--primary-color-strong);
}

.btn-custom-color {
    color: var(--gray-scale-1);
    background-color: var(--primary-color-light);
    border-color: var(--primary-color-light);
    border-radius: var(--border-radius) !important;
}

.btn-custom-color:hover{
    color: var(--gray-scale-1);
    background-color: var(--primary-color-strong);
    border-color: var(--primary-color-light);
}

.btn-custom-color-out {
    color: var(--primary-color-strong);
    background-color: var(--gray-scale-2);
    border-color: var(--gray-scale-2);
}

.btn-custom-color-out:hover {
    color: var(--primary-color-strong) !important;
}

.search-in-table {
    height: 37px;
    border: 2px solid var(--gray-scale-4) !important;
}

.loader-container,
.loader-container-transparent{
    color:white;
    text-shadow: 1px 2px 5px black, 1px 1px 2px black, -1px -1px 1px black;
}
.loader-container{
    background: var(--primary-color-strong);
}
.loader-container-transparent{
    background: var(--primary-color-transparent);
}
.loader-container-transparent.graph-loader{
    background: #ffffff45;
}
.lds-dual-ring:before {
    border: 6px solid var(--primary-color-strong);
    border-color: var(--primary-color-light) var(--primary-color-light) var(--primary-color-strong) var(--primary-color-light);
}

.lds-dual-ring-sm:after {
    border: 3px solid var(--primary-color-strong);
    border-color: var(--primary-color-light) var(--primary-color-light) var(--primary-color-strong) var(--primary-color-light);
}

.lds-dual-ring-small:after {
    border: 2px solid var(--primary-color-strong);
    border-color: var(--primary-color-light) var(--primary-color-light) var(--primary-color-strong) var(--primary-color-light);
}

.search-in-table,
.btn-custom-search {
    height: 37px;
    color: var(--primary-color-strong) !important;
}

.search-in-table:focus {
    box-shadow: none !important;
}

.search-in-table {
    border: 1px solid var(--gray-scale-4);
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-right: none !important;
}

.btn-custom-search {
    border: 2px solid var(--gray-scale-4);
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-left: none !important;
    background-color: transparent;
    color: var(--primary-color-strong);
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.btn-custom-search:focus {
    box-shadow: none
}

.btn-custom-color:not(:disabled):not(.disabled).active, .btn-custom-color:not(:disabled):not(.disabled):active, .show>.btn-custom-color.dropdown-toggle {
    color: var(--gray-scale-1);
    background-color: var(--primary-color-light);
    border-color: var(--primary-color-light);
    border-radius: var(--border-radius) !important;
}

.left-panel-section {
    color: var(--gray-scale-1);
    background-image: linear-gradient(180deg, var(--primary-color-strong) 0%, var(--primary-color-medium) 26.87%, var(--primary-color-light) 100%) !important;
}

.left-panel-section i {
    color: var(--gray-scale-1);
}

.page-item.active .page-link {
    color: var(--primary-color-strong);
    background-color: var(--gray-scale-2) !important;
    border-color: var(--gray-scale-2) !important;
}

.auth-card .row .col {
    text-align: left;
}

.container-auth {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), url(/img/custom/auth-background.jpg?v=1.123456789), lightgray 50% / cover no-repeat !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.leaflet-container .leaflet-marker-pane img {
    width: 40px !important;
    height: 40px !important;
}


/* BI */

.row-header-metrics {
    box-shadow: inset 0 -160px 800px #009A9677;
}

.navbar-visualizations {
    background-color: transparent;
}

.navbar-visualizations .navbar-nav .nav-link:not(.nav-custom-content){
    color: white !important;
}

.navbar-visualizations .navbar-nav .nav-link:not(.nav-custom-content):hover,
.navbar-visualizations .navbar-nav .nav-link.active:not(.nav-custom-content){
    background-color: transparent !important;
    border-bottom: 2px solid #19D3C5;
    font-weight: bold;
}

.header-metric .box{
    border-radius: 20px;
    
}

.header-metric .box .value{
    color: rgb(28, 28, 28);
}
.header-metric:not(.active) .box .value{
    color: white;
}
.header-metric:not(.active) .box{
    background-color: rgb(28, 28, 28);
}

.entity-map .marker-cluster-large,
.entity-map .marker-cluster-large div{
    background-color: #000000CC;
    color:white
}
.entity-map .marker-cluster-medium,
.entity-map .marker-cluster-medium div{
    background-color: #00000099;
    color:white
}
.entity-map .marker-cluster-small,
.entity-map .marker-cluster-small div{
    background-color: #00000077;
    color:white
}

.entity-map .sheets-circle-marker{
    fill: #000000DD;
    stroke: #FFFFFF33;
}
